home *** CD-ROM | disk | FTP | other *** search
- Path: news.ov.com!news
- From: glenn@ov.com (Fletcher.Glenn@ov.com)
- Newsgroups: comp.lang.c
- Subject: Re: Changing pipe capacity
- Date: 29 Feb 1996 18:55:41 GMT
- Organization: OpenVision
- Message-ID: <4h4srd$qlp@spanky.pls.ov.com>
- References: <4gt4c9$mds$1@mhade.production.compuserve.com>
- Reply-To: glenn@ov.com
- NNTP-Posting-Host: foghorn.pls.ov.com
-
- In article 1@mhade.production.compuserve.com, Xavi Roig Gracia <101522.2001@CompuServe.COM> writes:
- >Hi !
- >
- > I am using pipes in a personal development (with Linux
- >and gcc) and I detect that the pipe capacity is 4096 bytes by
- >default. I need a capacity greather than 4096 bytes (for send
- >and receive a unique missatge between processes in a 8192 bytes
- >format).
- >
- >Question:
- >
- > - How can I change the default pipe capacity ?
- >
- >Thanks in advance !
- >
- >--
- >Xavi Roig Gracia (101522.2001@compuserve.com)
- >Universitat Autonoma de Barcelona
- >Catalonia - Europe
-
-
- It is simple enough. Just break the message into >= 4096 byte pieces, and
- reassemble the pieces on the receiving end.
-
- Fletcher.Glenn@ov.com
-
-
-